Skip to main content

All Questions

0votes
1answer
86views

Can I script recreation of files such their inodes/mtimes increase in filename order? Across subdirectories?

Long story short, I have a buggy Makefile that is missing a few prerequisite definitions and consequently accidentally relies on the "order" of files on disk (checked out from an SVN repo) as given by ...
Lightness Races in Orbit's user avatar
2votes
4answers
5kviews

Script to delete files that don't match certain filenames

I have a folder with 500,000 images, sorted in subfolders by year and month. I'd like to create a script that does this: If the filename does not match any of the filenames in names.log then delete ...
location's user avatar

close